Skip to content

Document Ask Fern conversation resolution filter and origin page - #6723

Open
devin-ai-integration[bot] wants to merge 3 commits into
mainfrom
devin/1787505042-ask-fern-transcripts
Open

Document Ask Fern conversation resolution filter and origin page#6723
devin-ai-integration[bot] wants to merge 3 commits into
mainfrom
devin/1787505042-ask-fern-transcripts

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Summary

The Ask Fern conversations table in the Fern Dashboard now shows a resolution verdict per conversation with an All / Resolved / Unresolved filter that also applies to the CSV export, and it records the documentation page each question was asked from. Teams can filter to unresolved conversations to find documentation gaps and see which page users were on when they got stuck.

Implements docs for: feat(dashboard): per-conversation resolution filter and CSV parity for Ask Fern transcripts (fern-api/fern-platform#14042)
Implements docs for: feat(fai): capture the docs page an Ask Fern question came from (fern-api/fern-platform#14130)

Pages changed

  • fern/products/docs/pages/ask-fern/what-is-ask-fern.mdx — one sentence pair added to the existing Analytics accordion covering the per-conversation verdict (including the Pending state before the conversation is scored), the origin page, the filter, and CSV parity.
  • fern/products/dashboard/pages/changelog/2026-08-26.mdx — one dashboard changelog entry covering both features, with <ChangelogTags>ai</ChangelogTags> and a Button CTA to /learn/docs/ai-features/ask-fern/overview#features.

Terminology and navigation corrections

Verified the copy against the shipped dashboard code on fern-platform@app:

  • "Transcripts" is not a term the product uses. The section heading is Conversations (AnalyticsPageClient.tsx) and the column defs are conversation-scoped, so the docs and changelog now say "conversations table".
  • The navigation path was wrong: there is no Metrics tab and no Ask Fern conversations selector. The table lives on the per-site Ask Fern tab (docsNavItems.ts{ title: "Ask Fern", href: "ask-fern" }), so the changelog now points there.
  • The Resolution column renders Resolved / Unresolved badges, or a muted Pending for conversations the scoring job hasn't reached (ConversationColumnDef.tsx); the docs sentence now names all three. Filter values (all / resolved / unresolved) and the CSV columns (Resolution, Page) match ResolutionSelect.tsx and export-to-csv.ts.

No dashboard page documents the Ask Fern conversations table itself (dashboard/pages/overview.mdx only links to the canonical Ask Fern page), so no edit was warranted there.

Lint (pre-commit) and fern check --warnings both pass with only pre-existing warnings.

Link to Devin session: https://app.devin.ai/sessions/21bca69bb02b456c99f1869e82c2adef

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@github-actions

github-actions Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devalog devalog added blocked Blocked on engineering work/feature implementation, not ready to merge. and removed blocked Blocked on engineering work/feature implementation, not ready to merge. labels Aug 24, 2026
…vigation

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration devin-ai-integration Bot changed the title Document Ask Fern transcript resolution filter and origin page Document Ask Fern conversation resolution filter and origin page Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant